Class TunnelIpsecAttributeImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.TunnelIpsecAttributeImpl
All Implemented Interfaces:
IPCObject, TunnelIpsecAttribute

public class TunnelIpsecAttributeImpl extends IPCObjectImpl implements TunnelIpsecAttribute
Information provided by the PKI file:

    \class TunnelIpsecAttribute
    
    \brief This class holds the Ipsec Tunnel Attributes
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getTunnelGroupAt(0).getTunnelIpsecAtt();
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Information provided by the PKI file:
      
          \brief Returns the key value for the tunnelIpsecAttribute.
          
          \return string.
          
              
      Specified by:
      getKey in interface TunnelIpsecAttribute
      Returns:
      String Returns a String
    • setKey

      public void setKey(String key)
      Information provided by the PKI file:
      
          \brief Sets the key for the tunnelIpsecAttribute.
          
          \param string, the key value.
          
              
      Specified by:
      setKey in interface TunnelIpsecAttribute
      Parameters:
      key - Takes in a parameter of key
    • getName

      public String getName()
      Information provided by the PKI file:
      
          \brief Returns the lifetime value for the tunnelIpsecAttribute.
          
          \return string.
          
              
      Specified by:
      getName in interface TunnelIpsecAttribute
      Returns:
      String Returns a String
    • setName

      public void setName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name for the tunnelIpsecAttribute.
          
          \param string, the name value.
          
              
      Specified by:
      setName in interface TunnelIpsecAttribute
      Parameters:
      name - Takes in a parameter of name